Vector.this

Undocumented in source.
  1. this(T x, T y)
  2. this(T[2] v)
  3. this(T x, T y, T z)
  4. this(T[3] v)
    struct Vector(uint N, T)
    @nogc @safe nothrow
    static if(!(N == 2))
    static if(N == 3)
    this
    (
    T[3] v
    )
  5. this(T x, T y, T z, T w)
  6. this(T[4] v)

Meta